projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5795d3d
)
GtkFontChooser: Missing G_END_DECLS in fontchooser header
author
Alberto Ruiz
<aruiz@gnome.org>
Wed, 27 Jul 2011 12:04:21 +0000
(13:04 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:56 +0000
(18:57 -0400)
gtk/gtkfontchooser.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooser.h
b/gtk/gtkfontchooser.h
index e33e094e24949deb9a28fd13932172c4c4d45c37..1c02aa9330e235be56ac8eb2f00a809e1f738d82 100644
(file)
--- a/
gtk/gtkfontchooser.h
+++ b/
gtk/gtkfontchooser.h
@@
-80,5
+80,6
@@
void gtk_font_chooser_set_preview_text (GtkFontChooser *fontchoo
gboolean gtk_font_chooser_get_show_preview_entry (GtkFontChooser *fontchooser);
void gtk_font_chooser_set_show_preview_entry (GtkFontChooser *fontchooser,
gboolean show_preview_entry);
+G_END_DECLS
#endif /* __GTK_FONT_CHOOSER_H__ */